net/http.http2serverConn.maxPushPromiseID (field)
5 uses
net/http (current package)
h2_bundle.go#L4570: maxPushPromiseID uint32 // ID of the last push promise (even), or 0 if there have been no pushes
h2_bundle.go#L4675: if streamID <= sc.maxPushPromiseID {
h2_bundle.go#L7171: if sc.maxPushPromiseID+2 >= 1<<31 {
h2_bundle.go#L7175: sc.maxPushPromiseID += 2
h2_bundle.go#L7176: promisedID := sc.maxPushPromiseID
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)